home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)Z / (A)Z8.ADF / Muncho / readme < prev    next >
Text File  |  1989-06-27  |  1KB  |  44 lines

  1. (*NOTE*---This is a CLI-based program!)
  2.  
  3.     Another version of munch...
  4.     Shares the audio device.  Source code included.  (Please
  5.     forgive that I'm still using a stone-age version of
  6.     Lattice -- 3.03)
  7.  
  8.     Sound data files are in FutureSound non-IFF format.  That's
  9.     a binary file which looks like:
  10.  
  11.         ULONG sound data length
  12.         UWORD rate
  13.         data
  14.  
  15.     The period can be derived from the rate: 
  16.  
  17.         period = 3579545/rate
  18.  
  19.     A look at soundobj.c should explain the data format.
  20.  
  21.  
  22.     There are 4 sound samples included.  crunch, sneeze, boing,
  23.     and boing2.  To run the program:
  24.  
  25.         run DiskSounds insound outsound
  26.  
  27.     where insound is the sound sample to use for disk insertion,
  28.     and outsound is the sample for ejection.  Or just:
  29.  
  30.         run DiskSounds
  31.  
  32.     defaults to crunch for insertion and sneeze for ejection.
  33.  
  34.     (The audio code is overkill.  I'm working on a music program
  35.     for banjo and guitar players, so I hacked it from there.)
  36.  
  37.     No copyrights, no disclaimers.  Do whatever you want.
  38.  
  39.             Jeff deRienzo
  40.  
  41.     jeff@dandelion.CI.COM
  42.     derienzo@EAGLE.MIT.EDU
  43.     goodlucktryingtofindapathtohere...!pcwf!labamba!jeff
  44.